home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / java / CHANGES.lr next >
Text File  |  1996-05-17  |  3KB  |  76 lines

  1. <html>
  2. <head>
  3. <title>Liquid Reality Change Log</title>
  4. </head>
  5. <body>
  6. 0.96
  7.   - Included missing icons in demos
  8.   - Separated demos into lr/ and ice/ directories, included more demos
  9.   - New method for declaring fields of a node--for details, see
  10.        http://www.dnx.com/products/lr/documentation/changes.html
  11.   - Moving Worlds routes and event handling
  12.   - More standard methods for nodes:  attach(), detach(), stop(), start()
  13.   - Added some Moving Worlds nodes:  TimeSensor, PositionInterpolator,
  14.         OrientationInterpolator, BoxProximitySensor, WorldInfo
  15.   - Created a Scene class, which contains a scene graph and all the
  16.        other state which makes up a complete VRML world
  17.   - Created a SceneContext accessible to all nodes
  18.   - Fixes to walk and fly viewers
  19.   - Changes for Moving Worlds support
  20.  
  21. 0.95
  22.   - Fixed problem that was causing lines not to render with lighting
  23.   - Screen door transparency for 8-bit dithered mode
  24.   - Added missing default constructs for MFColor, MFVec3f, and MFFloat
  25.   - Automatic texture coordinate generation:
  26.      - Sphere mapping (environment or reflection mapping)
  27.      - Linear mapping -- object
  28.      - Linear mapping -- eye
  29.   - TextureCoordinateGenerator node
  30.   - Added MW style ROUTEs
  31.   - New method of declaring fields: supports MW declarations--exposedField,
  32.       field, eventIn, eventOut
  33.   - Restructured browser:  added an ice.scene.browser package which contains
  34.       basic browser components.  The new dnx.lrbrowser package is an implementation
  35.       of a VRML browser which can be easily embedded into applets
  36.   - attach and detach methods added to base SceneNode class
  37.   - SFTime and MFTime field types added
  38.   - Fixed ice.Model.setVertexIndices
  39.   - Added setValue(java.awt.Color) and addValue(java.awt.Color) methods
  40.       to ice.scene.SFColor and ice.scene.MFColor
  41.  
  42. 0.94
  43.   - Added equals method the Vector3
  44.  
  45. 0.93
  46.   - Added SceneLoaderObserver interface; cleaned up SceneLoader
  47.   - Fixed WWWInlines
  48.   - Fixed bug in Quaternion.copy()
  49.   - Added support for WebSpace ViewerSpeed hint
  50.   - Added pitch control to the walk viewer
  51.   - Created fly viewer
  52.   - Created examine viewer
  53.   - Fixed bugs which caused point lights and spot lights to be positioned
  54.        incorrectly
  55.   - Specular highlights look right
  56.   - Fixed problem with Matrix4.invert()
  57.  
  58. 0.92
  59.   - Got rid of standalone Liquid Reality browser.  The browser should now
  60.     be run from the appletviewer or Netscape (on Windows)
  61.   - If no VRML parameter is given to the browser applet, it will contain
  62.     a URL text entry field
  63.   - Updated to work with Netscape 2.0beta6 (on Windows) and the JDK 1.0
  64.   - Solaris:  fixed browser to run on a 24 bit framebuffer when the default
  65.     visual is 8 bit
  66.  
  67. 0.91
  68.   - Solaris: Added missing dnx classes
  69.   - Windows: Fixed problem that was causing security exceptions inside of
  70.     Netscape
  71.  
  72. 0.90
  73.   - Initial public release
  74. </body>
  75. </html>
  76.